home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / M-Md / MacUser.cpt / MacUser MiniFinders / background_5323.txt < prev    next >
Text File  |  1990-07-05  |  2KB  |  76 lines

  1. -- background: 5323 from stack: in
  2. -- bmap block id: 4514
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: shell
  6.  
  7.  
  8. -- part 2 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=99 top=8 right=39 bottom=206
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 132
  16. -- text size: 24
  17. -- style flags: 0
  18. -- line height: 32
  19. -- part name: subject 2
  20.  
  21.  
  22. -- part 5 (field)
  23. -- low flags: 01
  24. -- high flags: 0000
  25. -- rect: left=248 top=5 right=22 bottom=512
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 136
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Instructions
  34.  
  35.  
  36. -- part 6 (button)
  37. -- low flags: 00
  38. -- high flags: 2001
  39. -- rect: left=16 top=255 right=285 bottom=46
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 7449 / 7449
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: Find
  48. ----- HyperTalk script -----
  49. on mouseUp
  50.   answer " You are already here." with "OK"
  51. end mouseUp
  52.  
  53.  
  54.  
  55. -- part 7 (button)
  56. -- low flags: 00
  57. -- high flags: 2001
  58. -- rect: left=16 top=297 right=327 bottom=46
  59. -- title width / last selected line: 0
  60. -- icon id / first selected line: 27267 / 27267
  61. -- text alignment: 1
  62. -- font id: 0
  63. -- text size: 12
  64. -- style flags: 0
  65. -- line height: 16
  66. -- part name: Quit
  67. ----- HyperTalk script -----
  68. on mouseUp
  69.   answer "Do you want to Quit or go Home?" with "Quit" or "Home" or "Cancel"
  70.   if it is "Cancel" then exit mouseUp
  71.   if it is "Quit" then
  72.     DoMenu "Quit Hypercard"
  73.   else go home
  74. end mouseUp
  75.  
  76.